Previous Book Contents Book Index Next

Inside Macintosh: Open Transport /
Chapter 2 - Providers / Providers Reference
Functions / Installing and Removing a Notifier Function


OTRemoveNotifier

Removes a provider's notifier function.

C INTERFACE
void OTRemoveNotifier(ProviderRef ref);
C++ INTERFACE
OSStatus TProvider::RemoveNotifier();
PARAMETERS
ref
A provider reference for the provider whose notifier function is to be removed.
DESCRIPTION
The OTRemoveNotifier function removes the notifier (if any) currently installed for the provider specified by the ref parameter.

SEE ALSO
Notifier functions are described in the section "Application-Defined Functions" (page 2-44).

To install a notifier function, call the OTInstallNotifier function (page 2-39).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 AUG 1996